home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 4
/
Gold Medal Software - Volume 4 (Gold Medal) (1994).iso
/
os2
/
capos2.arj
/
CAPOS2.EXE
/
CONTROL.ICF
next >
Wrap
Text File
|
1994-06-27
|
2KB
|
96 lines
;***********************************************************************
; File : CONTROL.ICF
; Date : 21 April 1994
; Author : Hariharan Mahadevan
; Purpose : Installation control file for Apps package
;***********************************************************************
[System]
title=Creative Multimedia Installation
BaseDir=C:\BLASTER
; total number if installable components
groups=3
; each component's section name
group_1=%Mixer%
group_2=%Mosaic%
group_3=%Browser%
; total number of installation diss
disks=1
; volume label of each installation disk
diskname_1=DISK_1
; Default Group - always installed first
[Default]
size=26
SourceDir=$(SPATH)\ICON,$(SPATH)\DLL
TargetDir=$(BASEDIR),$(MMBASE)\DLL
DiskNumber=1
WPObject=%WPFolder%
; Creative Mixer for OS/2
[Mixer]
Name=Creative Mixer
Size=78
SourceDir=$(SPATH)\MIXER
TargetDir=$(BASEDIR)
DiskNumber=1
WPObject=%WPMixer%
; Creative Mosaic for OS/2
[Mosaic]
Name=Creative Mosaic
Size=189
SourceDir=$(SPATH)\MOSAIC
TargetDir=$(BASEDIR)
DiskNumber=1
WPObject=%WPMosaic%
; Creative Wave Browser for OS/2
[Browser]
Name=Creative Wave Browser
Size=76
SourceDir=$(SPATH)\BROWSER
TargetDir=$(BASEDIR)
DiskNumber=1
WpObject=%WPBrowser%
; Creative Multimedia Folder
[WPFolder]
; The class name of the object to be created
WPClassName=WPFolder
; Title for the object, displayed below the object icon
WPTitle=Sound Blaster
; Setup string for the object to be created
WPSetupString=OBJECTID=<WP_BLASTER>;ICONFILE=$(BASEDIR)\CTMM.ICO
; Location of the object
WPLocation=<WP_DESKTOP>
; Creation flags, valid values are
; 0 - FAIL IF THE OBJECT EXISTS
; 1 - REPLACE IF THE OBJECT EXISTS
; 2 - UPDATE IF THE OBJECT EXISTS
WPFlags=2
; Mixer icon
[WPMixer]
WPClassName=WPProgram
WPTitle=Mixer
WPSetupString=EXENAME=$(TPATH)\CTMIXER.EXE;STARTUPDIR=$(BASEDIR)
WPLocation=<WP_BLASTER>
WPFlags=2
; Mosaic Icon
[WPMosaic]
WPClassName=WPProgram
WPTitle=Mosaic
WPSetupString=EXENAME=$(TPATH)\MOSAIC.EXE;STARTUPDIR=$(BASEDIR)
WPLocation=<WP_BLASTER>
WPFlags=2
; Browser Icon
[WPBrowser]
WPClassName=WPProgram
WPTitle=Wave Browser
WPSetupString=EXENAME=$(TPATH)\BROWSER.EXE;STARTUPDIR=$(BASEDIR)
WPLocation=<WP_BLASTER>
WPFlags=2